google.golang.org/protobuf/internal/impl.extensionTypeDescriptor.Index (method, view implemented interface methods)

17 uses

	google.golang.org/protobuf/internal/filedesc
		desc_list.go#L331: 			path = append(path, int32(desc.Index()))
		desc_list.go#L343: 			path = append(path, int32(desc.Index()))
		desc_list.go#L363: 			path = append(path, int32(desc.Index()))
		desc_list.go#L372: 			path = append(path, int32(desc.Index()))
		desc_list.go#L383: 			path = append(path, int32(desc.Index()))
		desc_list.go#L392: 			path = append(path, int32(desc.Index()))
		desc_list.go#L401: 			path = append(path, int32(desc.Index()))

	google.golang.org/protobuf/internal/order
		order.go#L37: 			return ox.Index() < oy.Index()
		order.go#L61: 		return x.Index() < y.Index()

	google.golang.org/protobuf/encoding/protojson
		decode.go#L228: 				idx := uint64(od.Index())

	google.golang.org/protobuf/encoding/prototext
		decode.go#L241: 				idx := uint64(od.Index())

	google.golang.org/protobuf/reflect/protodesc
		desc_validate.go#L192: 			if n := o.Fields().Len(); n-1 != (o.Fields().Get(n-1).Index() - o.Fields().Get(0).Index()) {
		proto.go#L166: 		p.OneofIndex = proto.Int32(int32(oneof.Index()))

	google.golang.org/protobuf/reflect/protoreflect
		type.go#L50: 	Index() int